home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / music_utilities / pt141.dms / pt141.adf / ArexxExamples.lha / EP_LHPacked.rexx < prev    next >
OS/2 REXX Batch file  |  1993-10-20  |  199b  |  15 lines

  1. /* EaglePlayer - Packmode-Modus = LHPacked */
  2.  
  3. address 'rexx_EP'
  4.  
  5. options results
  6.  
  7. LHPacked
  8.  
  9. if result == "no" then do
  10.     say "Unable to use LH-Cruncher !"
  11. end
  12. else do
  13.     say "Now use LH-Cruncher !"
  14. end
  15.